demos/icon-browser: increase default window size
authorDaniel Boles <dboles@src.gnome.org>
Thu, 29 Dec 2016 00:43:18 +0000 (00:43 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 4 Jan 2017 18:59:04 +0000 (13:59 -0500)
...to get more than 1 row of icons to browse!

https://bugzilla.gnome.org/show_bug.cgi?id=776560

I've bumped the size a bit further, to 1024x768

demos/icon-browser/window.ui

index 609a8f20e573385bba162ea9789797fa98a4587b..3cedca4b630a5e5bfa0eabd7de03f1ee4f0e7063 100644 (file)
@@ -8,8 +8,8 @@
   </object>
   <template class="IconBrowserWindow" parent="GtkApplicationWindow">
     <property name="title" translatable="yes">Icon Browser</property>
-    <property name="default-width">600</property>
-    <property name="default-height">800</property>
+    <property name="default-width">1024</property>
+    <property name="default-height">768</property>
     <signal name="key-press-event" handler="key_press_event_cb"/>
     <child type="titlebar">
       <object class="GtkHeaderBar" id="header">